home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 54200 / 54200.xpi / install.rdf < prev   
Extensible Markup Language  |  2009-12-11  |  1KB  |  29 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <em:id>replacer@dogoodhq</em:id>
  8.     <em:version>1.0.3</em:version>
  9.     <em:type>2</em:type>
  10.    
  11.     <!-- Target Application this extension can install into, 
  12.          with minimum and maximum supported versions. --> 
  13.     <em:targetApplication>
  14.       <Description>
  15.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  16.         <em:minVersion>2.0</em:minVersion>
  17.         <em:maxVersion>3.5.*</em:maxVersion>
  18.       </Description>
  19.     </em:targetApplication>
  20.    
  21.     <!-- Front End MetaData -->
  22.     <em:name>The DoGooder</em:name>
  23.     <em:description>The DoGooder gives end-users the choice to see green, charitable, and health and wellness ads on the web sites they enjoy going to, rather than the generic
  24. advertising prevalent on the Internet today.</em:description>
  25.     <em:creator>DoGood Headquarters Inc.</em:creator>
  26.     <em:homepageURL>http://www.dogoodhq.com</em:homepageURL>
  27.     <em:iconURL>chrome://dogood/skin/btn_large.png</em:iconURL>
  28.   </Description> 
  29. </RDF>